better deprecation annotation
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 29 Nov 2008 07:29:25 +0000 (07:29 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 29 Nov 2008 07:29:25 +0000 (07:29 +0000)
svn path=/trunk/; revision=21821

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtklabel.sgml

index 485d5a38dad359d66d6271bd66f296be1b2b1cb8..a3fc712c532fa4c1cda736f8382bcfaa11806cb1 100644 (file)
@@ -1,5 +1,6 @@
 2008-11-29  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/tmpl/gtklabel.sgml:
        * gtk/tmpl/gtkdrawingarea.sgml:
        * gtk/tmpl/gtkcheckmenuitem.sgml:
        * gtk/tmpl/gtkcalendar.sgml: 
index 7841c631217422465df94de5fc6bcff807dcf1c6..c7bc6f3603a452a79a0b5a5c13a6bcc704bdd4ba 100644 (file)
@@ -394,6 +394,7 @@ must not write to it.
 
 @label: The #GtkLabel widget you want to get the text from.
 @str: The reference to the pointer you want to point to the text.
+@Deprecated: Use gtk_label_get_text() instead.
 
 
 <!-- ##### FUNCTION gtk_label_parse_uline ##### -->
@@ -408,7 +409,7 @@ probably only used within the GTK+ library itself for menu items and such.
 @label: The #GtkLabel you want to affect.
 @string: The string you want to parse for underlines.
 @Returns: The lowercase keyval of the last character underlined.
-
+@Deprecated: Use gtk_label_set_use_underline() instead.
 
 <!-- ##### FUNCTION gtk_label_set_line_wrap ##### -->
 <para>
@@ -430,10 +431,10 @@ probably only used within the GTK+ library itself for menu items and such.
 
 <!-- ##### MACRO gtk_label_set ##### -->
 <para>
-Aliases gtk_label_set_text().  Probably used for backward compatibility with
-GTK+ 1.0.x.
+Sets the text within the GtkLabel widget.
 </para>
 
+@Deprecated: Use gtk_label_set_text() instead.
 
 
 <!-- ##### FUNCTION gtk_label_get_layout_offsets ##### -->